home *** CD-ROM | disk | FTP | other *** search
- XML is a subset of SGML optimized for delivery over the Web
-
- XML is an open text-based format, and it can be delivered using HTTP in the same way as HTML
-
- Double click on the element showing in the DTD elements folder list to directly add it to its parent that is currently selected in treeview
-
- You can use XML Document Object Model (DOM) to manipulate data with scripting or other programming languages
-
- Data sent along with a DTD or XML schema is known as valid XML
-
- If you try to open MS Access databases you can directly click on OK to open the table list
-
- Use the advanced option in the table list dialog to specify a SQL query
-
- You can use XML schema to define default values for attributes
-
- You can use XML schema to define the sequence in which the child elements can appear
-
- Use the content attribute to specify what the element will contain ("textOnly", "eltOnly", "empty", or "mixed")
-
- The minOccurs and maxOccurs attributes specify how many times an element can appear within another element
-
- Attributes cannot contain sub-elements, and you cannot require attributes to appear in any particular order
-
- The group element in XML schema enables you to specify constraints on a specific set of sub-elements
-
- You can use namespaces, to reference other schemas rather than copying the definition
-
- XML Schema allows you to specify a data type for an element or attribute, unlike DTD
-
- XLL is an XML linking language that provides links in XML similar to those in HTML
-
-